2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkfilefilter.sgml: Mention subclassing, aliasing
and supertypes.
+2004-11-29 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkfilefilter.sgml: Mention subclassing, aliasing
+ and supertypes.
+
2004-11-28 Matthias Clasen <mclasen@redhat.com>
* gtk/images/combo-box.png: New image
(with gtk_file_filter_add_custom()).
</para>
+<para>
+Filtering by mime types handles aliasing and subclassing of mime
+types; e.g. a filter for text/plain also matches a file with mime
+type application/rtf, since application/rtf is a subclass of
+text/plain. Note that #GtkFileFilter allows wildcards for the
+subtype of a mime type, so you can e.g. filter for image/*.
+</para>
+
<para>
Normally, filters are used by adding them to a #GtkFileChooser,
see gtk_file_chooser_add_filter(), but it is also possible